home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 January / Macworld (1998-01).dmg / Serious Demos / Visual MacStandardBasic Demo / Visual MSB Reference / Visual MSB Reference.rsrc / PICT_4.png < prev    next >
Portable Network Graphic  |  1997-10-23  |  71KB  |  816x1056  |  16-bit (509 colors)
Labels: book | chat room | hakham | monitor | poster | reckoner | sky
OCR: This command will op an unconditional call which will branch execution to another location. The label or line# location must be within the same procedure Upon Return command proar ram execution will continue at the command following the Gosub Gosub CalcNum now equals 26 Gosub 4 5 now equals 16 CalcNum: Retur 10 4 5 is the line Return This command is used in conjunction with Gosub command Upon aReturn command program execution will continue at the command following the Gosub See the GOSUB command for examples For var startValue TO endValue [STEP stepValue] This command used conjunction with the Next command to repeat block of statements specified number of times Example For 10 T0 30 STEP 10 Next ct now equals 60 10 + 20+30 Next var This command desianates the end of a For loop See the FOR c ...